Skip to content

readme: change 'go get -u' command to modern 'go install'#23

Merged
ashanbrown merged 1 commit intoashanbrown:masterfrom
m-ocean-it:master
Apr 11, 2026
Merged

readme: change 'go get -u' command to modern 'go install'#23
ashanbrown merged 1 commit intoashanbrown:masterfrom
m-ocean-it:master

Conversation

@m-ocean-it
Copy link
Copy Markdown
Contributor

Running the 'go get -u' version produces this warning:

    'go get' is no longer supported outside a module.
    To build and install a command, use 'go install' with a version,
    like 'go install example.com/cmd@latest'

Running the 'go get -u' version produces this warning:

        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
@ashanbrown
Copy link
Copy Markdown
Owner

Thanks @m-ocean-it

@ashanbrown ashanbrown merged commit 9530edc into ashanbrown:master Apr 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants